From 92bef46b4c9bae9946f46d598ea1d49483038455 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Mon, 19 Mar 2018 15:13:04 +0000 Subject: [PATCH] gdkrgba: Add a missing apostrophe in a doc comment --- gdk/gdkrgba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c index 1a66e9dcf8..da3f3381b7 100644 --- a/gdk/gdkrgba.c +++ b/gdk/gdkrgba.c @@ -55,7 +55,7 @@ G_DEFINE_BOXED_TYPE (GdkRGBA, gdk_rgba, * 1.0 for opaque * * A #GdkRGBA is used to represent a (possibly translucent) - * color, in a way that is compatible with cairos notion of color. + * color, in a way that is compatible with cairo’s notion of color. */ /** -- 2.30.2